Remove docker flags that can cause issues (rust-lang/rust#39036)
authorAidan Hobson Sayers <aidanhs@cantab.net>
Sun, 23 Apr 2017 16:08:18 +0000 (17:08 +0100)
committerAidan Hobson Sayers <aidanhs@cantab.net>
Sun, 23 Apr 2017 16:10:17 +0000 (17:10 +0100)
src/ci/docker/run.sh

index f0546972be6874127686f0bb7535200342458ad6..fcc3282a5b7687f55c8c586ede426f3d238bc198 100755 (executable)
@@ -43,8 +43,6 @@ exec docker run \
   --volume "$HOME/.cargo:/cargo" \
   --volume `rustc --print sysroot`:/rust:ro \
   --volume `pwd`/target:/tmp/target \
-  --interactive \
-  --tty \
   rust-ci \
   sh -c "\
     PATH=\$PATH:/rust/bin \